AI CodeX CLI
Purpose: generate AI_CodeX_Overlay.md for a paper by summarizing it, searching local memory, and emitting an Obsidian-style overlay.
Files
ai_codex_cli.py: CLI entrypointprompt_schema.json: default prompt schema used by the CLI
Quick start
python 05_INTERNAL\AI_CodeX\ai_codex_cli.py --input 05_ACADEMIA\FORMAL_THESIS_Moral_Coherence_Analysis.md --memory-source 05_ACADEMIA\Notes\06_Working_NotesNotes
- If
--inputis a folder, the CLI scans*.mdand*.txt. - To avoid overwriting when a folder contains multiple files, the CLI uses
AI_CodeX_Overlay_<basename>.mdunless you set--output-name. --memory-sourcecan be a folder of.md/.txtfiles or a.jsonlfile.- Add
--log-meta-indexto append a connection record to ameta_index.md.
Canonical Hub: CANONICAL_INDEX